var runtime.staticuint64s
8 uses
runtime (current package)
iface.go#L354: if val < uint16(len(staticuint64s)) {
iface.go#L355: x = unsafe.Pointer(&staticuint64s[val])
iface.go#L367: if val < uint32(len(staticuint64s)) {
iface.go#L368: x = unsafe.Pointer(&staticuint64s[val])
iface.go#L380: if val < uint64(len(staticuint64s)) {
iface.go#L381: x = unsafe.Pointer(&staticuint64s[val])
iface.go#L494: var staticuint64s = [...]uint64{
string.go#L101: p := unsafe.Pointer(&staticuint64s[*ptr])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |